/* A list of dividers and elements we do not want printed */
#banner, #nav1, #nav2, #siteSearch, #pluginSidebar, #footerTitle, #breadcrumb  {
	display: none;
}

/* Reduce title and slogan font size down and stack vertically */

#header,
#siteTitle h1,
#siteSlogan h2 {
	display: block;
	position: relative;
	height: auto;
	font-size: 12pt;
}

/* Makes text printer friendly and uses "Eco Sans" font face when available */
#container, #wrapper, #content {
	width: 100%; 
	margin-right: 200px; 
	float: none;
	font: 12pt/1.3em "Spranq eco sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Floats the sidebar right and wraps it inside a box */
#aside {
	display: block;
	margin: 10px;
	padding: 10px;
	float: right;
	width: 180px;
	border: 1px dashed #cccccc;
	overflow: hidden;
	font: 12pt/1.3em "Spranq eco sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Reduces sidebar title size */
#aside #sidebarTitle h3 {
	line-height: 1.00em;
	font-size: 12pt;
	padding: 0;
	margin: 0;
}

/* Makes all links blue */
a, 
a:visited {
	color: #0000ff;
}

/* Prints URL's after links */
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

/* Puts some padding above the footer */
#footer {
	padding-top: 20px;
}
/* body {
	background: #EDEDED;
	color: #545454;
}

*/

#main {
	background: #FFFFFF;
}

#siteTitle a {
	color: #000000;
}

#siteTitle a:hover {
	color: #4C4C4C;
}

#siteSlogan {
	color: #808080;
}

a:link {
	color: #A8ADB0;
}

a:visited {
	color: #A8ADB0;
}

a:hover {
	color: #A8ADB0;
}

a:active {
	color: #A8ADB0;
}

/* Prevent Bootstrap buttons inheriting link colours */
a:visited.btn {
	color: #333;
}

a:visited.btn-primary,
a:visited.btn-info,
a:visited.btn-success,
a:visited.btn-warning,
a:visited.btn-danger,
a:visited.btn-inverse {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	color: #BD3826;
}


		/* @option user-selected sidebar position setting */

#contentContainer #content {	
	margin-left: 0;
	margin-right: 0;
}

#aside {
	display: none;
}

/* @option user-selected theme width setting */

.width {
	width: 980px;
}

/* @option user-selected misc. theme setting */

#lastUpdated {
	display: inline;
}

/* @option user-selected misc. theme setting */

#siteSearch {
	display: block;
}

/* @option user-selected misc. theme setting */

#mainContent {
	-webkit-box-shadow: 0px 5px 5px #666666;
	-moz-box-shadow: 0px 5px 5px #666666;
	box-shadow: 0px 5px 5px #666666;
	/*background: -moz-linear-gradient(center top , #FFFFFF 80%, #DEE3E5 100%);
	background: -prefix-linear-gradient(center top , #FFFFFF 80%, #DEE3E5 100%);
	background: -webkit-linear-gradient(center top , #FFFFFF 80%, #DEE3E5 100%);*/
	background-image: linear-gradient(bottom, #DEE3E5 0%, #FFFFFF 40%);
	background-image: -o-linear-gradient(bottom, #DEE3E5 0%, #FFFFFF 40%);
	background-image: -moz-linear-gradient(bottom, #DEE3E5 0%, #FFFFFF 40%);
	background-image: -webkit-linear-gradient(bottom, #DEE3E5 0%, #FFFFFF 40%);
	background-image: -ms-linear-gradient(bottom, #DEE3E5 0%, #FFFFFF 40%);
	
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DEE3E5), color-stop(0.4, #FFFFFF));
}




		